home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.misc,comp.windows.ms.programmer.misc,comp.os.ms-windows.programmer.tools.owl
- Path: bath.ac.uk!py3mwl
- From: py3mwl@bath.ac.uk (M W Lawrence)
- Subject: Windows app like win95 AVI player
- Organization: School of Physics, University of Bath, UK
- Message-ID: <DMEyt7.AMy.B.mary@bath.ac.uk>
- Date: Wed, 7 Feb 1996 16:22:20 GMT
-
-
- Dear C++ and windows Guru!. I would like to write a programme similar to
- such things as the avi player. The current e software (not written by me)
- is to conftrol a CCIR camera live feed. Mostly the programme is in a main
- window with some child dialogs appearing. However I need to write in a
- routine that displays the live feed. This in itself is relatively simple
- (bit maps coming from a grab). However i need some way to display this
- continoiously and still allow control from the main window - and be able
- to effect what the display window shows . Forexample some way of being
- able to get the "display"window to show something from memory - or from disk.
-
- Any programming hints would be very helpful
-
- Marc
-
-